home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Folders.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  79 lines

  1. /*
  2.      File:        Folders.idl
  3.  
  4.      Contains:    Folder Manager Interfaces.
  5.  
  6.      Version:    Technology:    Some
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __FOLDERS_IDL__
  19. #define __FOLDERS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __CODEFRAGMENTS_IDL__
  28. #include <CodeFragments.idl>
  29. #endif
  30. #if FOR_SYSTEM8_PREEMPTIVE
  31. #ifndef __FILEMANAGERTYPES_IDL__
  32. #include <FileManagerTypes.idl>
  33. #endif
  34. #endif
  35.  
  36. #ifdef __SOMIDL__
  37.  
  38. #if FOR_SYSTEM7_AND_SYSTEM8_PREEMPTIVE
  39. #endif
  40. #if FOR_SYSTEM8_PREEMPTIVE
  41. /******************************************/
  42. /* Extensible Folder Manager declarations */
  43. /******************************************/
  44. /****************************/
  45. /* Folder Manager constants */
  46. /****************************/
  47. /* new gestalt constants for gestalt FindFolderAttr (to be moved to Gestalt.h) */
  48. /* new Folder Manager error codes */
  49. /* FolderDescFlags values */
  50. typedef UInt32                    FolderDescFlags;
  51.  
  52. /* FolderClass values */
  53. typedef OSType                    FolderClass;
  54.  
  55. /* known FolderType values */
  56. typedef OSType                    FolderType;
  57.  
  58. typedef OSType                    FolderLocation;
  59.  
  60. typedef SOMLargeStruct            FolderDesc;                    /* Derived from a struct of 96 bytes in size */
  61.  
  62. typedef UInt32                    RoutingFlags;
  63.  
  64. typedef SOMLargeStruct            FolderRouting;                /* Derived from a struct of 20 bytes in size */
  65.  
  66. /* routing constants */
  67. /***************************/
  68. /* Folder Manager routines */
  69. /***************************/
  70. /* Folder Manager administration routines */
  71. /* legacy routines */
  72. /* routing routines */
  73. #endif
  74.  
  75. #endif /* __SOMIDL__ */
  76.  
  77. #endif /* __FOLDERS_IDL__ */
  78.  
  79.